@charset "UTF-8";
#BASE {
	background-color: #181818;
	height: auto;
	width: 900px;
}
#CABECERA {
	background-color: #181818;
	display: block;
	height: 150px;
	width: 900px;
	position: fixed;
	z-index: 1;
}
#CONTENIDO {
	background-color: #181818;
	height: auto;
	width: 900px;
	padding-top: 140px;
	z-index: 2;
}
#LOGO {
	background-color: #181818;
	height: 105px;
	width: 900px;
}
#MENU {
	background-color: #181818;
	height: 45px;
	width: 900px;
}
